@font-face {
  font-family: 'Open Sans';
  font-weight: lighter!important;
  font-style: normal;
  src: local('Open Sans'), local('OpenSans'), url(/modules/fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff) format('woff');
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url(/images_layout/fonts/OpenDyslexic-Regular.otf);
  font-weight: normal;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url(/images_layout/fonts/OpenDyslexic-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url(/images_layout/fonts/OpenDyslexic-Italic.otf);
  font-weight: italic;
}

* {
margin: 0;
padding: 0;
text-decoration: none;
font-family: 'Open Sans';/*Helvetica,Arial,"lucida grande",tahoma,verdana,arial,sans-serif;*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html{
  /*min-width:1161px;*/
  height:100%;
  -webkit-text-size-adjust: 100%;
}

body
{
  word-wrap:break-word;
  font-size: 13px;
	color: #adadad;
  background-color: #2d2d2d;
	/*background-image: url(images_layout/background-image2.png);*/
	background-repeat: repeat;
	background-attachment: fixed;
	/*background-color: #FFF;*/
	margin-top:0px;
	margin-bottom:0px;
  height:100%;

  -webkit-text-size-adjust: 100%;
}

#main_container {
	width:100%;
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}

.thumb
{
  height:100px;
  width:100px;
  float:left;
  border:none;
}

.thumbnail_news{
  width:64px;
  height:64px;
}

#img
{
  height:200px;
  width:200px;
  float:left;
  border:0px;
}

#img45
{
  height:45px;
  width:45px;
  float:right;
  border:0px;
}

#img52
{
  height:52px;
  width:52px;
  float:right;
  border:0px;
}

.nieuws
{
  height:250px;
  width:400px;
  float:left;
  background-color:#2d2d2d;
}




.hidden{
  display: none;
}

.nieuws_kop
{
  /*height:210px;*/
  /*width: calc(100% - 20px);*/
  text-align:justify;
  padding:10px;
  position:relative;
}

.nieuws_inhoud
{
  /*height:210px;*/
  width:480px;
  /*width: calc(100% - 20px);*/
  text-align:justify;
  padding:10px;
  position:relative;
}

.links_inhoud
{
  width: calc(100% - 20px);
  text-align:justify;
  padding:10px;
  position:relative;
}

.form_contact
{
  width:480px;
}

.form_contact input
{
    width:480px;
}

.form_contact textarea
{
    width:480px;
}

.nieuws_inhoud_left
{
  /*height:210px;*/
  width:280px;
  text-align:justify;
  padding:10px;
  position:relative;
}

.nieuws_inhoud_left_item
{
  width:280px;
}

.instellingen
{
  width:500px;
  float:left;
}

.instellingen_inhoud
{
  /*height:210px;*/
  color:#000;
  width:480px;
  text-align:justify;
  padding:10px;
  position:relative;
}


#forum_icoon
{
  padding:17px;
  height:16px;
  width:16px;
  float:left;
  background-color:#FFFFFF;
}

.forum_onderwerpdiv
{
  padding-top:10px;
  padding-bottom:10px;
  float:left;
  background-color:#FFFFFF;
  width:800px;
  color:#000;
}

.paginadiv
{
  padding:10px;
  text-align:justify;
  float:left;
  background-color:#FFFFFF;
  width:780px;
  color: #000;
}

.container_top
{
  position:relative;
	background-image:url(images_layout/top-beta3.png);
  /*background-image:url(images_layout/top-beta15jaar.png);*/
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}

.event{
  width:180px;
  height:180px;
}





.wrapper
{
  position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.container, .container_menubalk, .container_titelbalk
{
  margin-left: auto;
  margin-right: auto;
	height: auto;
  color:#fff;
}

.inlogcontainer
{
  float:right;
  position:relative;
}

.inlogcontainer_aanmelden{
  text-align:center;
  padding:4px;
  padding-top:8px;
  padding-bottom:6px;
  background:#2d2d2d;
  width:242px;
  font-size:14px;
  border:0px solid;
  border-radius:5px;
  margin-bottom:5px;
}

#footer_inhoud
{
  float:left;
  text-align:justify;
  width:780px;
  padding:10px;
  background-color:rgb(45,45,45);
}


/*formulieren
---------------------------------------------------------------------------------------------*/
form
{
	margin:0px;
	padding:0px;
}

input
{
	font-size:12px;
}

.input_reageren_bt
{
  position:relative;
}

textarea
{
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	padding:5px 5px 5px 5px;
	width:99%;
}

.article  {
  width:480px;
  color:#000000;
  line-height: 1.5em;
  text-align:justify;
  float:left;
  clear:both;
}

.article a  {
  color:#000000;
}


/*fonts*/
.titel, .tekst, .klein, h1
{
  color:#000000;
}

.titel, .tekst, .klein
{
  line-height: 1.5em;
}


.titel, h1
{
  font-family:'Open Sans';
	font-weight:bold;
	font-size:14px;
}

h3
{
	font-weight:bold;
	font-size:10px;
  margin-bottom:19px;
}

a
{
 color: #FFF;
 outline:none;
}

a:visited{
  outline:none;
}

a:hover{
  outline:none;
}


.titel a, .klein a, .tekst a, h1
{
  color: #000;
}

.bbcode{
  text-decoration: underline;
  /*font-style:italic;*/
  word-wrap: break-word!important;
  overflow-wrap: break-word!important;
  word-wrap: break-word!important;
  -webkit-hyphens: auto!important;
  -ms-hyphens: auto!important;
  -moz-hyphens: auto!important;
  hyphens: auto!important;
  word-break: break-word; /*word-wrap: break-word;*/
  overflow:hidden;
}

.bbcodeul li{
  /*font-style:italic;*/
  margin-left:20px;
  list-style-type:square;
  margin-bottom:-20px;
}

.bbcodeol li{
  /*font-style:italic;*/
  margin-left:20px;
  margin-bottom:-20px;
}

.tekst a:hover, .klein a:hover, .titel a:hover, a:hover
{
  text-decoration: underline;
}

.klein
{
	font-size:9px;
	line-height: 1.5em;
}

.kleinvalue
{
 	font-size:9px;
	line-height: 1.5em;
  color: #666;
}

.container
{
  width: 800px;
  float:left;
}


/*Menu balk
---------------------------------------------------------------------------------------------*/
.container_menubalk
{
  position: relative;
  width: 100%;
  background-color: #3d3d3d;
  height: 45px;
}

.container_menubalk_portfolio
{
  position: relative;
  width: 100%;
  background-color: #3d3d3d;
  height: 45px;
}



.container_menubalk a{
  font-family:'Open Sans';
  font-size:12px;
  text-decoration: none;
  line-height:42.5px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
	color: #fff;
  display:block;
  float:left;
  background-size: 45px 100%;
}

.container_menubalk a:hover{

  height: 45px;
  display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
	color: #fff;
  background-color: #2d2d2d;
  background-size: 45px 100%;
}


@media only screen and (min-width: 1160px){
  .container_menubalk ul{
    float: left;
    list-style-type: none;
    height: 45px;
    background-color: #3d3d3d;
  }

  .container_menubalk li{
  position: relative;
  text-align:center;
  display: block;
  float: left;
  padding-bottom: 0px;
  }
}


.container_menubalk_portfolio a{
  font-family:'Open Sans';
  font-size:14px;
  text-decoration: none;
  line-height:45px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
	color: #fff;
  display:block;
  float:left;
  background-size: 45px 100%;
}

.container_menubalk_portfolio ul{
  list-style-type: none;
  height: 45px;
  background-color: #3d3d3d;
}


.container_menubalk_portfolio li{
position: relative;
text-align:center;
display: block;
float: left;
padding-bottom: 0px;
}


.container_menubalk_portfolio a:hover{

  height: 45px;
  display:block;
  float:left;
  padding-left: 15px;
  padding-right: 15px;
	color: #fff;
  background-color: #2d2d2d;
  background-size: 45px 100%;
}

.container_titelbalk ul{
float: left;
list-style-type: none;
line-height:16px;
height: 20px;
width: 800px;
background-image:url(images_layout/titel-balk.png);
background-color:#FFF;
}

.container_titelbalk
{
	font-size:12px;
}


.container_titelbalk li {
padding-left: 10px;
padding-right: 0px;
padding-top:2px;
display: block;
float: left;
}

.container_bladeren
{
	font-size:12px;
  width: 784px;
}

.container_bladeren ul{
list-style-type: none;

}

.container_bladeren li {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 5px;
width: auto;

float: left;
/*border: solid #000 1px;*/
}


.forum_onderwerp ul, .forum_eigenschappen ul{
list-style-type: none;
height: 10px;
width: 100%;
}

.forum_onderwerp li {
padding-left: 10px;
display: block;
float: left;
padding-bottom: 0px;
}

.forum_onderwerp img { /*icoon*/
  vertical-align: middle;
}


ol{
padding-left: 30px;
}

li {
padding-left: 0px;
padding-right: 0px;
padding-bottom: 20px;
}

#facebook-link {
  display: inline-block;
  padding-top: 2px;
  height: 18px;
  text-indent: 20px;
  background: url('/images_icons/social2/Facebook-icon.png') 0 0px no-repeat;
  margin-left: 0px
}
#twitter-link {
  display: inline-block;
  padding-top: 2px;
  height: 18px;
  text-indent: 20px;
  background: url('/images_icons/social2/Twitter-icon.png') 0 0px no-repeat;
  margin-left: 0px
}
#vimeo-link {
  display: inline-block;
  padding-top: 2px;
  height: 18px;
  text-indent: 20px;
  background: url('/images_icons/social2/vimeo-icon.png') 0 0px no-repeat;
  margin-left: 0px
}
#linkedin-link {
  display: inline-block;
  padding-top: 2px;
  height: 18px;
  text-indent: 20px;
  background: url('/images_icons/social2/linkedin.png') 0 0px no-repeat;
  margin-left: 0px
}
#rss-link {
  display: inline-block;
  padding-top: 2px;
  height: 18px;
  text-indent: 20px;
  background: url('/images_icons/social2/Rss-icon.png') 0 0px no-repeat;
  margin-left: 0px
}
#paypal-link {
  display: inline-block;
  padding-top: 1px;
  height: 18px;
  text-indent: 20px;
  background: url('/images_icons/social2/PayPal-icon.png') 0 0px no-repeat;
  margin-left: 0px
}

.nav{
   position:relative;
   height: 0px;
}


 #mededelingwrap {
    width:210px;
    position: relative;
    border: 0px solid black;
    text-align:center;
    float:left;
    position:absolute;
    z-index:6000;
    left:540px;
    top:5px;

}
#meldingen-menu li {
    display: inline;
    z-index:50000;
}
.meldingen-container {
    display: none;
    z-index:50000;
}


.button_bladerenline{
background-color:#CACACA;
border-radius:5px;
height:21px;
margin-top:2px;
margin-right:2px;
margin-left:2px;
}
.button_bladeren{
position:relative;
top:-5px;
height:15px;
background-color:#2D2D2D;
padding:5px;
border-radius:5px;
padding-right:20px;
padding-left:20px;
}


.forum_ondewerp_preview{

}


.logo{
  color:#fff;
}

input  {
  -webkit-appearance: none;
  /* -webkit-user-select: text!important;
  -ms-user-select: text!important;
  -moz-user-select: text!important; */
  -webkit-border-radius: 0;
}

textarea {
  -webkit-border-radius: 0;
}


.loginButtonDiv_2019{
  font-weight:800;
  letter-spacing:2px;
  right:0px;
  top:0px;
  position:relative;
  float:right;
  color:#fff;
  padding:6.5px;
  cursor: pointer;
}

.loginButtons_2019{
    width: 100px;
    clear: left;
    margin-right: 5px;
    border-radius: 3px;
    border: 0px;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #4d4d4d;
    color: #fff;
    cursor: pointer;
}

.loginButtons_2019:hover{
    background-color: #5d5d5d;
    color: #fff;
    cursor: pointer;
}

.loginText_2019, .message_text{
    width: 100%;
    font-size:20px;
    clear: left;
    border-radius: 3px;
    border: 0px;
    height: 40px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    background-color: #4d4d4d;
    color: #fff;
    resize: none;
}

@media only screen and (max-width: 500px) {
  #hidden{
    display: none;
  }
  #mobilehide{
    margin:0 auto;
  }
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.oranje{fill:#F77F00;}/*oranje*/
.logo_grijs{fill:#787878;}/*grijs*/

.noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
